Initial commit
This commit is contained in:
1
tmp_channels_cols.sql
Normal file
1
tmp_channels_cols.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT column_name, data_type FROM information_schema.columns WHERE table_name='channels' ORDER BY ordinal_position;
|
||||
Reference in New Issue
Block a user