MyVideos48
Table "studio"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
idStudio integer            
strStudio text              

Indexes
      There are no indexes for table "studio"

Foreign keys
      There are no foreign keys for table "studio"

Checks
      There are no checks for table "studio"

Triggers
      There are no triggers for table "studio"

References
      There are no references for table "studio"

Definition:
CREATE TABLE studio (
  idStudio   integer PRIMARY KEY,
  strStudio  text
);


Previous topic Chapter index Next topic
Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20