We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e9146 commit 7130b24Copy full SHA for 7130b24
composer.json
@@ -2,7 +2,7 @@
2
"name": "mblode/sprout-forms-tables",
3
"description": "Tables Field for Sprout Forms",
4
"type": "craft-plugin",
5
- "version": "1.0.8",
+ "version": "1.0.9",
6
"keywords": [
7
"craft",
8
"cms",
src/integrations/sproutforms/fields/Table.php
@@ -46,7 +46,7 @@ public static function displayName(): string
46
*/
47
public function getContentColumnType(): string
48
{
49
- return Schema::TYPE_INTEGER;
+ return Schema::TYPE_TEXT;
50
}
51
52
/**
@@ -142,7 +142,7 @@ public function rules()
142
$rules[] = [['size'], 'integer'];
143
return $rules;
144
145
-
+
146
147
* @inheritdoc
148
0 commit comments