MyVideos48 |
Table "studio" |
System: |
Field | Data type | PK | FK | Not Null | Default | Collate | Check | On Conflict |
---|---|---|---|---|---|---|---|---|
idStudio | integer | |||||||
strStudio | text |
CREATE TABLE studio (
idStudio integer PRIMARY KEY,
strStudio text
);
Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20 |