Added SQLite bigpk test. Moved schema builder patterns spreadsheet to docs/internals folder.

This commit is contained in:
Chris Harris
2016-03-21 23:39:54 -07:00
parent e8c3f6cc6f
commit 2fe6cee8bf
3 changed files with 1 additions and 0 deletions

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -145,6 +145,7 @@ abstract class QueryBuilderTest extends DatabaseTestCase
[
'mysql' => 'bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY',
'postgres' => 'bigserial NOT NULL PRIMARY KEY',
'sqlite' => 'bigint PRIMARY KEY AUTOINCREMENT NOT NULL',
],
],
[