mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-08 18:07:39 +00:00
[AB-103] adding triggers to update created and updating attributes on tables
fixing error handling in installer merging change sets to larger operations adding check constraints fixing suggestion id handling applying naming conventions to various columns adding indices to tables adding user in server and user locking
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
<constraints nullable="false" primaryKey="true" primaryKeyName="template_pkey"/>
|
||||
</column>
|
||||
<column name="section" type="VARCHAR(255)"/>
|
||||
<column name="last_modified" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
<column name="last_modified" type="TIMESTAMP WITHOUT TIME ZONE">
|
||||
<constraints nullable="false"/>
|
||||
</column>
|
||||
<column name="content" type="VARCHAR(4000)"/>
|
||||
<column name="created" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
<column name="updated" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
|
||||
Reference in New Issue
Block a user