Table idempiere9.adempiere.ad_migrationscript
Migration Scripts for the System

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ad_client_id numeric 10 Client/Tenant for this installation.
ad_migrationscript_id numeric 10 Table to check whether the migration script has been applied
ad_org_id numeric 10 Organizational entity within client
created timestamp 29,6 statement_timestamp() Date this record was created
createdby numeric 10 User who created this records
description varchar 2000  √  null Optional short description of the record
developername varchar 60  √  null Developer Name
isactive bpchar 1 The record is active in the system
name varchar 60 Alphanumeric identifier of the entity
projectname varchar 60 Name of the Project
reference varchar 2000  √  null Reference for this record
releaseno varchar 10 Internal Release Number
scriptroll bpchar 1  √  null Roll the Script
status bpchar 2 Status of the currently running check
url varchar 2000  √  null Full URL address - e.g. http://www.idempiere.org
updated timestamp 29,6 statement_timestamp() Date this record was updated
updatedby numeric 10 User who updated this records
isapply bpchar 1 Apply Script
filename varchar 500 Name of the local file or URL
script bytea 2147483647  √  null Dynamic Java Language Script to calculate result
ad_migrationscript_uu varchar 36  √  NULL::character varying AD_MigrationScript_UU

Table contained 793 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
ad_migrationscript_id Primary key Asc ad_migrationscript_pkey
ad_migrationscript_uu Must be unique Asc ad_migrationscript_uu_idx