|
|
@@ -155,35 +155,35 @@ SQL;
|
|
|
// String
|
|
|
[
|
|
|
['type' => 'VARCHAR'],
|
|
|
- ['type' => 'string', 'length' => null, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'length' => null, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'VARCHAR(10)'],
|
|
|
- ['type' => 'string', 'length' => 10, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'length' => 10, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHARACTER VARYING'],
|
|
|
- ['type' => 'string', 'length' => null, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'length' => null, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHARACTER VARYING(10)'],
|
|
|
- ['type' => 'string', 'length' => 10, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'length' => 10, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHARACTER VARYING(255)', 'default' => 'NULL::character varying'],
|
|
|
- ['type' => 'string', 'length' => 255, 'default' => null, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'length' => 255, 'default' => null, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHAR(10)'],
|
|
|
- ['type' => 'string', 'fixed' => true, 'length' => 10, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'fixed' => true, 'length' => 10, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHAR(36)'],
|
|
|
- ['type' => 'string', 'fixed' => true, 'length' => 36, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'fixed' => true, 'length' => 36, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'CHARACTER(10)'],
|
|
|
- ['type' => 'string', 'fixed' => true, 'length' => 10, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'string', 'fixed' => true, 'length' => 10, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
[
|
|
|
['type' => 'MONEY'],
|
|
|
@@ -201,7 +201,7 @@ SQL;
|
|
|
// Text
|
|
|
[
|
|
|
['type' => 'TEXT'],
|
|
|
- ['type' => 'text', 'length' => null, 'collate' => 'ja_JP.utf8']
|
|
|
+ ['type' => 'text', 'length' => null, 'collate' => 'ja_JP.utf8'],
|
|
|
],
|
|
|
// Blob
|
|
|
[
|